From fc122305d085d3f9b33e15a4d3383bf6c06c02ad Mon Sep 17 00:00:00 2001 From: Hans Breuer Date: Sun, 2 Jan 2011 13:29:23 +0100 Subject: [PATCH] Protect inclusion of unistd.h --- gtk/gtkapplication.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index 59c081bea1..90d4adfca8 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -22,7 +22,9 @@ #include "config.h" #include +#ifdef HAVE_UNISTD_H #include +#endif #include #include "gtkapplication.h" -- 2.30.2